/**
* gdk_texture_save_to_png:
* @texture: a `GdkTexture`
- * @filename: the filename to store to
+ * @filename: (type filename): the filename to store to
*
* Store the given @texture to the @filename as a PNG file.
*
/**
* gsk_render_node_write_to_file:
* @node: a `GskRenderNode`
- * @filename: the file to save it to.
+ * @filename: (type filename): the file to save it to.
* @error: Return location for a potential error
*
* This function is equivalent to calling gsk_render_node_serialize()
* Returns the filename of the bookmark file that
* this list is loading.
*
- * Returns: the filename of the .xbel file
+ * Returns: (type filename): the filename of the .xbel file
*/
const char *
gtk_bookmark_list_get_filename (GtkBookmarkList *self)
/**
* gtk_bookmark_list_new:
- * @filename: (nullable): The bookmark file to load
+ * @filename: (type filename) (nullable): The bookmark file to load
* @attributes: (nullable): The attributes to query
*
* Creates a new `GtkBookmarkList` with the given @attributes.
/**
* gtk_builder_add_from_file:
* @builder: a `GtkBuilder`
- * @filename: the name of the file to parse
+ * @filename: (type filename): the name of the file to parse
* @error: (nullable): return location for an error
*
* Parses a file containing a UI definition and merges it with
/**
* gtk_builder_add_objects_from_file:
* @builder: a `GtkBuilder`
- * @filename: the name of the file to parse
+ * @filename: (type filename): the name of the file to parse
* @object_ids: (array zero-terminated=1) (element-type utf8): nul-terminated array of objects to build
* @error: (nullable): return location for an error
*
/**
* gtk_builder_new_from_file: (constructor)
- * @filename: filename of user interface description file
+ * @filename: (type filename): filename of user interface description file
*
* Parses the UI definition in the file @filename.
*
* the file’s base name will also appear in the dialog’s file name entry.
*
* If the file name isn’t in the current folder of @chooser, then the current
- * folder of @chooser will be changed to the folder containing @filename.
+ * folder of @chooser will be changed to the folder containing @file.
*
* Note that the file must exist, or nothing will be done except
* for the directory change.
/**
* gtk_media_file_new_for_filename:
- * @filename: filename to open
+ * @filename: (type filename): filename to open
*
* Creates a new media file for the given filename.
*
/**
* gtk_media_file_set_filename:
* @self: a `GtkMediaFile`
- * @filename: (nullable): name of file to play
+ * @filename: (type filename) (nullable): name of file to play
*
* Sets the `GtkMediaFile to play the given file.
*
/**
* gtk_picture_set_filename:
* @self: a `GtkPicture`
- * @filename: (nullable): the filename to play
+ * @filename: (type filename) (nullable): the filename to play
*
* Makes @self load and display the given @filename.
*
/**
* gtk_video_set_filename:
* @self: a `GtkVideo`
- * @filename: (nullable): the filename to play
+ * @filename: (type filename) (nullable): the filename to play
*
* Makes @self play the given @filename.
*